home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 290
- Width = 435
- Height = 300
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Add: TButton
- Left = 56
- Top = 56
- Width = 73
- Height = 33
- Caption = 'Add'
- TabOrder = 0
- end
- object Remove: TButton
- Left = 56
- Top = 136
- Width = 73
- Height = 33
- Caption = 'Remove'
- TabOrder = 1
- end
- object Memo1: TMemo
- Left = 208
- Top = 32
- Width = 145
- Height = 193
- Lines.Strings = (
- '')
- TabOrder = 2
- end
- end
-